Is it possible to determine whose code (according to `git blame`) was affected by each hunk output by `git diff`?

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2012-04-13T00:40:40Z Indexed on 2012/04/13 17:29 UTC
Read the original article Hit count: 175

Filed under:

I have a large cross-cutting commit that I would like to split up according to the authors whose code was affected, both to increase the reviewers' familiarity with the code they're reviewing, and to divide the review burden equitably.

I realize that the blame may be mixed within a given hunk, in which case it would be nice to either collect multiple reviewers or just choose the most "blameworthy" one (breaking ties arbitrarily is fine).

© Stack Overflow or respective owner

Related posts about git